[index]
PlayMode Property
Syntax
the playMode of <movie> Applies to movies
Description
The playMode property is used to determine whether a particular movie is currently playing.
Setting the playMode property of a movie to true is equivalent to using the play command. Setting the playMode property of a movie to false is equivalent to using the pause command.
Examples
then type
prepare cd movie "testmovie"
into the Message Box.
3. Create a new button and place the following handler into its script:
on mouseUp
(not the playMode of cd movie testmovie) end mouseUp
This text has been mechanically extracted from the Oracle Media Objects 1.0.4.9 MediaTalk Reference, © 1995 Oracle Corporation, and is provided here solely for educational/historical purposes.